The U coordinate in the 2D grid space.
The V coordinate in the 2D grid space.
When method returns, contains a value of the X coordinate.
When method returns, contains a value of the Y coordinate.
When method returns, contains a value of the Z coordinate.
GetDataValue(Double,Double,TPolar,THeight,TPolar) Method
Gets the 3-Dimensional data value by specified UV index of the 2D grid in the surface.
Syntax
public virtual void GetDataValue( 
   double u,
   double v,
   out TPolar x,
   out THeight y,
   out TPolar z
)

Parameters

u
The U coordinate in the 2D grid space.
v
The V coordinate in the 2D grid space.
x
When method returns, contains a value of the X coordinate.
y
When method returns, contains a value of the Y coordinate.
z
When method returns, contains a value of the Z coordinate.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also